home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ahoy 1987 November
/
Ahoy_Magazine_87-11_1987_Double_L.d64
/
Maze Demo 64
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
2022-10-26
|
212b
|
7 lines
0 rem *** rolling ball demo ... c-64 ***
1 poke53280,0:poke53281,0:printchr$(158)
2 sys52800:a=1105:x(1)=1:x(2)=-40:x(3)=-1:x(4)=40:pokea,81
3 b=a+x(c):ifpeek(b)=32thenpokeb,81:pokea,32:a=b:c=c+2:ifc>4thenc=c-4
4 c=c-1:ifc<0thenc=4
5 goto3